Bitmap for WPF
Create(ImagingFactory,String,Nullable<Guid>,NativeFileAccess,DecodeOptions) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.WIC 名前空間 > BitmapDecoder クラス > Create メソッド : Create(ImagingFactory,String,Nullable<Guid>,NativeFileAccess,DecodeOptions) メソッド
The factory.
The filename.
The GUID vendor ref.
The desired access.
The metadata options.
Initializes a new instance of the BitmapDecoderclass from a file.
シンタックス
'宣言
 
Public Overloads Shared Function Create( _
   ByVal factory As ImagingFactory, _
   ByVal filename As System.String, _
   ByVal guidVendorRef As System.Nullable(Of Guid), _
   ByVal desiredAccess As NativeFileAccess, _
   ByVal metadataOptions As DecodeOptions _
) As BitmapDecoder
public static BitmapDecoder Create( 
   ImagingFactory factory,
   System.string filename,
   System.Nullable<Guid> guidVendorRef,
   NativeFileAccess desiredAccess,
   DecodeOptions metadataOptions
)

パラメータ

factory
The factory.
filename
The filename.
guidVendorRef
The GUID vendor ref.
desiredAccess
The desired access.
metadataOptions
The metadata options.
参照

BitmapDecoder クラス
BitmapDecoder メンバ
オーバーロード一覧